POSITION PARTICLE EMISSIONS

This command will adjust the emissions position of a particles object.

  Syntax
POSITION PARTICLE EMISSIONS Particle Number, X, Y, Z
  Parameters
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value

  Returns

This command does not return a value.

  Description

By moving the emissions position of the particles object, you can create very effective visual trails.

  Example Code
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
set particle emissions 3, 2+rnd(8)
do
loop
delete particles 3
end
  See also

PARTICLES Commands Menu
Index